home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / FreeSoftware / MicrosoftXP / personal_main.swf / scripts / DefineButton2_35 / BUTTONCONDACTION on(release).as next >
Text File  |  2001-03-22  |  671b  |  29 lines

  1. on(release){
  2.    setProperty("/control", _X, - Number(356));
  3.    tellTarget("/section_title")
  4.    {
  5.       gotoAndStop("show_task");
  6.       play();
  7.       tellTarget("/question_space")
  8.       {
  9.          gotoAndStop("show_task");
  10.          play();
  11.          tellTarget("/label_movie")
  12.          {
  13.             gotoAndStop("show_nothing");
  14.             play();
  15.             tellTarget("/subnav_grid")
  16.             {
  17.                gotoAndStop("show_task");
  18.                play();
  19.                tellTarget("/prev_next")
  20.                {
  21.                   gotoAndStop("task");
  22.                   play();
  23.                }
  24.             }
  25.          }
  26.       }
  27.    }
  28. }
  29.